Skip to main content

mergSettings

Type

library

Description

mergSettings is an iOS External that integrates a LiveCode app with the Settings app and also includes InAppSettingsKit to present a matching dialog from within your app.

Associated Syntax

Command

NameSummarySyntax
mergSettingsPresents a modal settings dialog using InAppSettingsKitmergSettings [<pTitle>]
mergSettingsSetStringForKeySets the setting for the specified keymergSettingsSetStringForKey <pKey>, <pVal>
mergSettingsSetBoolForKeySets the setting for the specified keymergSettingsSetBoolForKey <pKey>, <pVal>
mergSettingsSetNumberForKeySets the setting for the specified keymergSettingsSetNumberForKey <pKey>, <pVal>

Function

NameSummarySyntax
mergSettingsGetValueForKeyGets the setting for the specified keymergSettingsGetValueForKey(<pKey>)
Thank you for your feedback!

Was this page helpful?